type github.com/jackc/pgx/v5/pgconn.pipelineRequestEvent

7 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2219: type pipelineRequestEvent struct {
		pgconn.go#L2243: 		val := elem.Value.(pipelineRequestEvent)
		pgconn.go#L2254: 		val := elem.Value.(pipelineRequestEvent)
		pgconn.go#L2269: 		s.requestEventQueue.PushBack(pipelineRequestEvent{RequestType: req})
		pgconn.go#L2287: 		val := elem.Value.(pipelineRequestEvent)
		pgconn.go#L2337: 		val := elem.Value.(pipelineRequestEvent)
		pgconn.go#L2713: 		p.state.requestEventQueue.PushFront(pipelineRequestEvent{RequestType: pipelineSyncRequest, WasSentToServer: true, BeforeFlushOrSync: true})